projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e866c
)
Fixes: 18757
author
Jan D
<jan.h.d@swipnet.se>
Sat, 15 Nov 2014 12:39:30 +0000
(13:39 +0100)
committer
Jan D
<jan.h.d@swipnet.se>
Sat, 15 Nov 2014 12:39:30 +0000
(13:39 +0100)
* nsterm.m (setFrame:): Remove call to display (Bug#18757).
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d75a7ec124b8d039a02ad06b32f96fb387c59266..16ec7125967d85628e9337116553a3418e214929 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2014-11-15 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (setFrame:): Remove call to display (Bug#18757).
+
2014-11-14 Jan Djärv <jan.h.d@swipnet.se>
* nsfns.m (x_set_foreground_color, x_set_background_color)
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 9415922c6c954623d8da9a3661f78d1be42f2d22..b3a4e08e5f648e10ca879098e090e6f7279b084d 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-7159,7
+7159,6
@@
if (cols > 0 && rows > 0)
if (pixel_height == 0) pixel_height = 1;
min_portion = 20 / pixel_height;
[super setFrame: newRect];
- [self display];
/* unblock_input (); */
}